home *** CD-ROM | disk | FTP | other *** search
- * *********************************************************
- * *
- * * 06/20/94 NOTICE.SPR 18:30:18
- * *
- * *********************************************************
- * *
- * * Author's Name
- * *
- * * Copyright (c) 1994 Company Name
- * * Address
- * * City, Zip
- * *
- * * Description:
- * * This program was automatically generated by GENSCRN.
- * *
- * *********************************************************
-
-
- #REGION 0
- REGIONAL m.currarea, m.talkstat, m.compstat
-
- IF SET("TALK") = "ON"
- SET TALK OFF
- m.talkstat = "ON"
- ELSE
- m.talkstat = "OFF"
- ENDIF
- m.compstat = SET("COMPATIBLE")
- SET COMPATIBLE FOXPLUS
-
- m.rborder = SET("READBORDER")
- SET READBORDER ON
-
- m.currarea = SELECT()
-
-
- * *********************************************************
- * *
- * * Windows Window definitions
- * *
- * *********************************************************
- *
-
- IF NOT WEXIST("notice") ;
- OR UPPER(WTITLE("NOTICE")) == "NOTICE.PJX" ;
- OR UPPER(WTITLE("NOTICE")) == "NOTICE.SCX" ;
- OR UPPER(WTITLE("NOTICE")) == "NOTICE.MNX" ;
- OR UPPER(WTITLE("NOTICE")) == "NOTICE.PRG" ;
- OR UPPER(WTITLE("NOTICE")) == "NOTICE.FRX" ;
- OR UPPER(WTITLE("NOTICE")) == "NOTICE.QPR"
- DEFINE WINDOW notice ;
- AT 11.417, 9.750 ;
- SIZE 7.538,85.800 ;
- TITLE "SPECIAL NOTICE" ;
- FONT "MS Sans Serif", 8 ;
- FLOAT ;
- NOCLOSE ;
- MINIMIZE ;
- SYSTEM
- MOVE WINDOW notice CENTER
- ENDIF
-
-
- * *********************************************************
- * *
- * * NOTICE/Windows Setup Code - SECTION 2
- * *
- * *********************************************************
- *
-
- #REGION 1
- DO INTRO.SPR
- =SYS(2002)
-
- * *********************************************************
- * *
- * * NOTICE/Windows Screen Layout
- * *
- * *********************************************************
- *
-
- #REGION 1
- IF WVISIBLE("notice")
- ACTIVATE WINDOW notice SAME
- ELSE
- ACTIVATE WINDOW notice NOSHOW
- ENDIF
- @ 1.000,2.400 SAY "All Information contained in the CD Roster is provided by RE/MAX Sales Associates." + CHR(13) + ;
- "Althought this information is believed to be reliable, neither RE/MAX International Inc.," + CHR(13) + ;
- "nor its regions have independently verified the accuracy of such information and" + CHR(13) + ;
- "" ;
- SIZE 3.000,81.200, 0.000 ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 4.077,2.400 SAY "are not responsible or liable for any misinformation or inaccuracies." ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
- @ 5.615,27.600 SAY "PRESS ANY KEY TO CONTINUE" ;
- FONT "MS Sans Serif", 8 ;
- STYLE "T"
-
- IF NOT WVISIBLE("notice")
- ACTIVATE WINDOW notice
- ENDIF
-
- READ CYCLE ;
- WHEN _qr113nvps() ;
- ACTIVATE _qr113nvpw() ;
- DEACTIVATE _qr113nvpx()
-
- RELEASE WINDOW notice
- SELECT (m.currarea)
-
-
- #REGION 0
-
- SET READBORDER &rborder
-
- IF m.talkstat = "ON"
- SET TALK ON
- ENDIF
- IF m.compstat = "ON"
- SET COMPATIBLE ON
- ENDIF
-
-
- * *********************************************************
- * *
- * * _QR113NVPS Read Level When
- * *
- * * Function Origin:
- * *
- * *
- * * From Platform: Windows
- * * From Screen: NOTICE
- * * Called By: READ Statement
- * * Snippet Number: 1
- * *
- * *********************************************************
- *
- FUNCTION _qr113nvps && Read Level When
- *
- * When Code from screen: NOTICE
- *
- #REGION 1
- ON KEY LABEL ENTER CLEAR READ
- ON KEY LABEL ENTER
-
- * *********************************************************
- * *
- * * _QR113NVPW Read Level Activate
- * *
- * * Function Origin:
- * *
- * *
- * * From Platform: Windows
- * * From Screen: NOTICE
- * * Called By: READ Statement
- * * Snippet Number: 2
- * *
- * *********************************************************
- *
- FUNCTION _qr113nvpw && Read Level Activate
- *
- * Activate Code from screen: NOTICE
- *
- #REGION 1
- SYS(2002)
-
-
- * *********************************************************
- * *
- * * _QR113NVPX Read Level Deactivate
- * *
- * * Function Origin:
- * *
- * *
- * * From Platform: Windows
- * * From Screen: NOTICE
- * * Called By: READ Statement
- * * Snippet Number: 3
- * *
- * *********************************************************
- *
- FUNCTION _qr113nvpx && Read Level Deactivate
- *
- * Deactivate Code from screen: NOTICE
- *
- #REGION 1
- SYS(2002, 1)